Crate jsonc_parser
source ·Modules
Structs
- Options for collecting comments and tokens.
- A JSON array.
- A JSON object.
- Options for parsing.
- Result of parsing the text.
- Converts text into a stream of tokens.
Enums
- A JSON value.
Functions
- Parses a string containing JSONC to an AST with comments and tokens.
- Parses a string containing JSONC to a
JsonValue
.
Type Definitions
- Map where the comments are stored in collections where the key is the previous token end or start of file or next token start or end of the file.